@icongo/fc
Version:
Flat Color Icons
22 lines • 705 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCImport = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#F8BBD0",
d: "M7 40V8c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v32c0 2.2-1.8 4-4 4H11c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#E91E63",
children: [/*#__PURE__*/_jsx("path", {
d: "M13.3 24 24 15v18z"
}), /*#__PURE__*/_jsx("path", {
d: "M19 21h23v6H19z"
})]
})]
}));
export { FCImport };