// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M12.6778 6.85911L4.67385 2.18178C4.4704 2.06363 4.2395 2.00095 4.00423 2.00001C3.76896 1.99907 3.53756 2.05991 3.33318 2.17645C3.13018 2.29041 2.96134 2.45656 2.84412 2.6577C2.72691 2.85884 2.66559 3.08765 2.66651 3.32045V12.6751C2.66559 12.9079 2.72691 13.1367 2.84412 13.3379C2.96134 13.539 3.13018 13.7052 3.33318 13.8191C3.53749 13.9362 3.76907 13.9974 4.00456 13.9965C4.24006 13.9955 4.47114 13.9325 4.67451 13.8138L12.6792 9.13645C12.8786 9.02067 13.0441 8.85456 13.1591 8.65473C13.2742 8.4549 13.3347 8.22836 13.3347 7.99778C13.3347 7.7672 13.2742 7.54066 13.1591 7.34083C13.0441 7.141 12.8786 6.97489 12.6792 6.85911H12.6778Z" } }] }; export var PlaySingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'play-single', ref: ref, icon: element, })); }); PlaySingle.displayName = 'PlaySingle'; export default PlaySingle; //# sourceMappingURL=play-single.js.map