@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.07 kB
JavaScript
;
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 Pantone48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M2.701 14.75a1.5 1.5 0 0 1 .549-2.049l13.856-8a1.5 1.5 0 0 1 2.05.549l1.876 3.25H32a1.5 1.5 0 0 1 1.5 1.5v1.051l9.106 5.258a1.5 1.5 0 0 1 .55 2.049l-8.217 14.23.217.375a1.5 1.5 0 0 1-.55 2.049l-13.856 8a1.5 1.5 0 0 1-2.049-.55l-16-27.712ZM30.5 24.9l-7.736-13.4H30.5v13.4ZM6.049 14.548l14.5 25.115 11.258-6.5-14.5-25.115-11.258 6.5Zm27.451-.034V29.08l6.307-10.924-6.307-3.642ZM22 30a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z" })));
};
exports.default = Pantone48;