styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.WatchAlt = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M18 8c0-.909-.613-1.67-1.445-1.912l-1.31-3.443A1 1 0 0014.311 2H8.689a1 1 0 00-.934.645l-1.31 3.443A1.996 1.996 0 005 8v8c0 .909.613 1.67 1.445 1.912l1.31 3.443a1 1 0 00.934.645h5.621c.415 0 .787-.257.935-.645l1.31-3.443A1.996 1.996 0 0018 16v-2h1v-4h-1V8zm-1.998 8H7V8h9l.002 8z", key: "k0" })));
});
exports.WatchAlt.displayName = 'WatchAlt';
exports.WatchAltDimensions = { height: 24, width: 24 };