@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.95 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Craftsman20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8.25 1.667a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v.404a4.921 4.921 0 0 1 3.138 4.062.749.749 0 0 1 .642 1.272 3.113 3.113 0 0 1-.613.468v.46a4.915 4.915 0 0 1-2.443 4.25h.026c1.13 0 2.15.688 2.843 1.44.685.742 1.24 1.75 1.24 2.643v.834a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-.834c0-.893.555-1.901 1.24-2.644.694-.75 1.712-1.439 2.843-1.439h.026a4.915 4.915 0 0 1-2.443-4.25v-.46a3.115 3.115 0 0 1-.613-.468.75.75 0 0 1 .642-1.272A4.921 4.921 0 0 1 8.25 2.071v-.405ZM6.586 8.474a3.417 3.417 0 0 0 6.828 0 8.37 8.37 0 0 1-.273.068c-.953.225-2.054.333-3.14.333-1.088 0-2.189-.108-3.141-.333a9.35 9.35 0 0 1-.274-.068Zm6.83-1.566a6.915 6.915 0 0 1-.619.174c-.818.193-1.8.293-2.797.293-.996 0-1.979-.1-2.797-.293a6.916 6.916 0 0 1-.62-.174v-.242c0-1.246.668-2.338 1.667-2.935v.852a.5.5 0 0 0 1 0V2.166h1.5v2.417a.5.5 0 1 0 1 0v-.852a3.416 3.416 0 0 1 1.667 2.936v.24ZM5.76 15.04c-.565.612-.843 1.27-.843 1.627v.083h10.166v-.084c0-.356-.278-1.014-.842-1.626-.557-.603-1.205-.957-1.74-.957h-5c-.537 0-1.185.354-1.741.957Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" })))));
};
exports.default = Craftsman20;