@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TextBulletListSquareClock = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3 5c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v4.6a5.48 5.48 0 0 0-5.66.4H9.5a.5.5 0 0 0 0 1h.76a5.48 5.48 0 0 0-.66 6H5a2 2 0 0 1-2-2V5Zm3.75 3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6 10.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM6.75 14a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm6.75-7h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1Zm1 12a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm-.5-6.5a.5.5 0 0 1 1 0V14h1a.5.5 0 0 1 0 1h-1.5a.5.5 0 0 1-.5-.5v-2Z"
}));
});
TextBulletListSquareClock.displayName = 'TextBulletListSquareClock';
export var TextBulletListSquareClockDimensions = {
height: 20,
width: 20
};