@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SendClock = /*#__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: "m2.72 1.05 15.36 7.57a.5.5 0 0 1 0 .9l-.66.32a5.5 5.5 0 0 0-8.4 4.14l-6.3 3.1a.5.5 0 0 1-.7-.58l1.52-5.74a.5.5 0 0 1 .4-.37l6.88-1.14a.25.25 0 0 0 .19-.15l.02-.06a.25.25 0 0 0-.15-.27l-.06-.02L3.9 7.6a.5.5 0 0 1-.4-.37l-1.48-5.6a.5.5 0 0 1 .7-.58z"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 14.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zM14.5 12a.5.5 0 0 0-.5.5v2c0 .28.22.5.5.5H16a.5.5 0 0 0 0-1h-1v-1.5a.5.5 0 0 0-.5-.5z"
}));
});
SendClock.displayName = 'SendClock';
export var SendClockDimensions = {
height: 20,
width: 20
};