google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.04 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const LinkedCamera = createIcon("LinkedCamera", [
[
"path",
{
d: "M12 17.2C13.7673 17.2 15.2 15.7673 15.2 14C15.2 12.2327 13.7673 10.8 12 10.8C10.2327 10.8 8.8 12.2327 8.8 14C8.8 15.7673 10.2327 17.2 12 17.2Z",
key: "uar2a9"
}
],
[
"path",
{
d: "M16 3.33C18.58 3.33 20.67 5.42 20.67 8H22C22 4.69 19.31 2 16 2V3.33ZM16 6C17.11 6 18 6.89 18 8H19.33C19.33 6.16 17.84 4.67 16 4.67V6Z",
key: "xwiher"
}
],
[
"path",
{
d: "M17 9C17 7.89 16.11 7 15 7V4H9L7.17 6H4C2.9 6 2 6.9 2 8V20C2 21.1 2.9 22 4 22H20C21.1 22 22 21.1 22 20V9H17ZM12 19C9.24 19 7 16.76 7 14C7 11.24 9.24 9 12 9C14.76 9 17 11.24 17 14C17 16.76 14.76 19 12 19Z",
key: "njzjxd"
}
]
]);
export { LinkedCamera as default };
//# sourceMappingURL=linked_camera.js.map