@icongo/fc
Version:
Flat Color Icons
44 lines • 1.03 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 FCFilmReel = 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: "#3F51B5",
d: "M43 39V24h-4v15c0 5 4 9 9 9v-4c-2.8 0-5-2.2-5-5z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 19,
fill: "#90A4AE"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 2,
fill: "#37474F"
}), /*#__PURE__*/_jsxs("g", {
fill: "#253278",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 14,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 34,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 34,
cy: 24,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 14,
cy: 24,
r: 5
})]
})]
}));
export { FCFilmReel };