UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlAttachCamera = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlAttachCamera = function MCMdlAttachCamera(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 2048 2048" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2048 1537h-912q-23 84-70.5 154.5t-113 121.5-145.5 79-167 28q-106 0-199.5-40t-163-109.5-109.5-163-40-199.5v-384H0V256h384v768H256v384q0 79 30.5 149t82.5 122 122 82.5 149 30.5q61 0 117.5-18.5t104-52T945 1641t57-104H512V257h292l128-128h693l128 128h295v1280zM256 896V640H128v256h128zM128 384v128h128V384H128zm1792 1h-220l-128-128H985L857 385H640v1024h384v-1h128v1h768V385zm-640 128q79 0 149 30.5t122 82.5 82.5 122 30.5 149-30.5 149-82.5 122-122 82.5-149 30.5-149-30.5-122-82.5-82.5-122T896 897t30.5-149 82.5-122 122-82.5 149-30.5zm0 640q52 0 99-20.5t81.5-55 55-81T1536 897q0-52-20.5-99t-55-81.5-81.5-55-99-20.5q-53 0-99.5 20.5t-81 55-55 81.5-20.5 99q0 53 20.5 99.5t55 81 81 55 99.5 20.5zM832 513q26 0 44.5 18.5T895 576t-18.5 44.5T832 639t-44.5-18.5T769 576t18.5-44.5T832 513z" }) })); }; exports.MCMdlAttachCamera = MCMdlAttachCamera;