@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 925 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Toggl = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 0C5.373 0 0 5.37 0 12s5.373 12 12 12c6.63 0 12-5.37 12-12S18.63 0 12 0zm-.84 4.67h1.68v8.36h-1.68V4.67zM12 18.155a5.866 5.866 0 0 1-1.55-11.523v1.71a4.247 4.247 0 0 0-2.695 3.96 4.245 4.245 0 1 0 8.491-.005 4.246 4.246 0 0 0-2.694-3.95V6.63a5.868 5.868 0 0 1-1.551 11.524z"
}));
});
Toggl.displayName = 'Toggl';
export var TogglDimensions = {
height: 24,
width: 24
};