@icongo/fc
Version:
Flat Color Icons
30 lines • 1.13 kB
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 FCAdvertising = 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: "#90CAF9",
d: "M17.4 33H15v-4h4l.4 1.5c.3 1.3-.7 2.5-2 2.5zM37 36s-11.8-7-18-7V15c5.8 0 18-7 18-7v28z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#283593",
children: [/*#__PURE__*/_jsx("circle", {
cx: 9,
cy: 22,
r: 5
}), /*#__PURE__*/_jsx("path", {
d: "M40 19h-3v6h3c1.7 0 3-1.3 3-3s-1.3-3-3-3zM18.6 41.2c-.9.6-2.5 1.2-4.6 1.4-.6.1-1.2-.3-1.4-1L8.2 27.9S17 21.7 17 29c0 5.5 1.5 8.4 2.2 9.5.5.7.5 1.6 0 2.3-.2.2-.4.3-.6.4z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#3F51B5",
d: "M9 29h10V15H9c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#42A5F5",
d: "M38 38c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2s2 .9 2 2v28c0 1.1-.9 2-2 2z"
})]
}));
export { FCAdvertising };