react-icon-library
Version:
A library of SVG icons for use in reactJS projects
11 lines • 1.15 kB
JavaScript
import React from 'react';
export default function CameraFlash(props) {
return (<svg id="Bold" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}>
<title>camera-flash</title>
<path d="M11.414,8h3.672a2.475,2.475,0,0,1,.8.134.249.249,0,0,0,.321-.168l.271-.95A.023.023,0,0,1,16.5,7a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H10A2,2,0,0,0,8,2V5a2,2,0,0,0,2,2,.021.021,0,0,1,.02.016l.272.95a.244.244,0,0,0,.124.152.251.251,0,0,0,.2.016A2.466,2.466,0,0,1,11.414,8ZM10,2.5a.5.5,0,0,1,.5-.5H16a.5.5,0,0,1,.5.5v2A.5.5,0,0,1,16,5H10.5a.5.5,0,0,1-.5-.5Z"/>
<circle cx="13.25" cy="17.25" r="3.25"/>
<path d="M20.5,11H17.914a.5.5,0,0,1-.354-.146L16.146,9.44A1.507,1.507,0,0,0,15.086,9H11.414a1.51,1.51,0,0,0-1.061.44L8.939,10.854A.5.5,0,0,1,8.586,11H3.5A2.5,2.5,0,0,0,1,13.5v8A2.5,2.5,0,0,0,3.5,24h17A2.5,2.5,0,0,0,23,21.5v-8A2.5,2.5,0,0,0,20.5,11ZM6,14.75A1.25,1.25,0,1,1,4.75,13.5,1.25,1.25,0,0,1,6,14.75Zm2,2.5a5.25,5.25,0,1,1,5.25,5.25A5.256,5.256,0,0,1,8,17.25Z"/>
<path d="M7,9.5A1.5,1.5,0,0,0,5.5,8h-1A1.5,1.5,0,0,0,3,9.5a.5.5,0,0,0,.5.5h3A.5.5,0,0,0,7,9.5Z"/>
</svg>);
}
//# sourceMappingURL=CameraFlash.js.map