iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const WatchBeat1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.453 12.209l.548-1.16.808 3.294c.248 1.009 1.616 1.168 2.089.243l.886-1.734h.658a.75.75 0 000-1.5h-.889c-.421 0-.807.236-.999.611L13.024 13l-.82-3.343c-.253-1.026-1.654-1.167-2.105-.211l-.9 1.906h-.64a.75.75 0 000 1.5h.88c.434 0 .829-.25 1.014-.643z", fill: "#323544" }),
React.createElement("path", { d: "M9.427 2a2.25 2.25 0 00-2.012 1.244L6.53 5.01A2.25 2.25 0 004.5 7.25v9.5a2.25 2.25 0 002.031 2.24l.884 1.766A2.25 2.25 0 009.427 22h5.146a2.25 2.25 0 002.012-1.244l.884-1.767A2.25 2.25 0 0019.5 16.75v-9.5a2.25 2.25 0 00-2.031-2.24l-.884-1.766A2.25 2.25 0 0014.573 2H9.427zM6.983 17.5H6.75a.75.75 0 01-.75-.75v-9.5a.75.75 0 01.75-.75H17.25a.75.75 0 01.75.75v9.5a.75.75 0 01-.75.75H7.015a.85.85 0 00-.032 0zm1.773 2.585L8.214 19h7.572l-.542 1.085a.75.75 0 01-.671.415H9.427a.75.75 0 01-.67-.415zM15.786 5H8.215l.542-1.085a.75.75 0 01.671-.415h5.146a.75.75 0 01.67.415L15.787 5z", fill: "#323544" }));
exports.default = WatchBeat1;