UNPKG

infinity-forge

Version:
9 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconCalendarBrowse = IconCalendarBrowse; var jsx_runtime_1 = require("react/jsx-runtime"); function IconCalendarBrowse(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: 25, height: 24, viewBox: '0 0 25 24', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_2009_164)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M1.203 19.734H4.72v2.11c0 .388.315.703.703.703h18.375a.703.703 0 00.703-.703V3.562a.703.703 0 00-.703-.703H20.28v-.703a.703.703 0 00-1.406 0v.703h-3.563v-.703a.703.703 0 00-1.406 0v.703h-3.515v-.703a.703.703 0 00-1.407 0v.703H5.422a.703.703 0 00-.703.704V7.78c0 5.182-2.154 9.169-3.966 10.71a.703.703 0 00.45 1.243zm21.89 1.407H6.126v-1.407h13.453a.703.703 0 00.45-.163c.846-.704 2.155-2.38 3.066-4.527v6.097zM6.126 4.266h2.86v.703a.703.703 0 001.406 0v-.703h3.515v.703a.703.703 0 001.406 0v-.703h3.563v.703a.703.703 0 001.406 0v-.703h2.813v2.812H6.125V4.266zm-.012 4.218h16.968c-.158 4.46-1.87 7.97-3.779 9.844h-16.5c2.163-2.755 3.195-6.343 3.311-9.844z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_2009_164', children: (0, jsx_runtime_1.jsx)("path", { fill: '#fff', transform: 'translate(.5)', d: 'M0 0H24V24H0z' }) }) })] })); } //# sourceMappingURL=icon-calendar-browse.js.map